simply use gtk_window_get_key_hash() to get the hash instead of manually
authorMichael Natterer <mitch@imendio.com>
Tue, 12 Feb 2008 10:02:46 +0000 (10:02 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 12 Feb 2008 10:02:46 +0000 (10:02 +0000)
commitc3c1fb9822877d9aa0df2afec4412a38054ced41
tree6d1a83ed936d9315127df3b1488df559ab050e10
parent2a0f1e7e213375c5471382328ad328a86306f20f
simply use gtk_window_get_key_hash() to get the hash instead of manually

2008-02-12  Michael Natterer  <mitch@imendio.com>

* gtk/gtkwindow.c (gtk_window_activate_key): simply use
gtk_window_get_key_hash() to get the hash instead of manually
fiddling with quarks and gtk_window_keys_changed(). Also add
g_return_if_fail() to this public function.

svn path=/trunk/; revision=19521
ChangeLog
gtk/gtkwindow.c